home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TFILESONLYFORM / TFILESONLYFORM.txt
Text File  |  2005-06-02  |  2KB  |  102 lines

  1. object FilesOnlyForm: TFilesOnlyForm
  2.   Left = 240
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '%'
  7.   ClientHeight = 178
  8.   ClientWidth = 381
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ProgramIcon: TImage
  26.     Left = 20
  27.     Top = 16
  28.     Width = 32
  29.     Height = 32
  30.     Stretch = True
  31.     IsControl = True
  32.   end
  33.   object FirstFile: TLabel
  34.     Left = 72
  35.     Top = 16
  36.     Width = 305
  37.     Height = 13
  38.     AutoSize = False
  39.     Caption = '%'
  40.     ShowAccelChar = False
  41.   end
  42.   object SecondFile: TLabel
  43.     Left = 72
  44.     Top = 32
  45.     Width = 305
  46.     Height = 13
  47.     AutoSize = False
  48.     Caption = '%'
  49.     ShowAccelChar = False
  50.   end
  51.   object Status: TLabel
  52.     Left = 72
  53.     Top = 72
  54.     Width = 305
  55.     Height = 13
  56.     AutoSize = False
  57.     Caption = '%'
  58.     ShowAccelChar = False
  59.   end
  60.   object Label1: TLabel
  61.     Left = 72
  62.     Top = 56
  63.     Width = 76
  64.     Height = 13
  65.     Caption = 'Comparateur rapide :'
  66.   end
  67.   object ViewBtn: TBitBtn
  68.     Left = 68
  69.     Top = 100
  70.     Width = 149
  71.     Height = 23
  72.     Caption = '&Voir la comparaison'
  73.     Default = True
  74.     TabOrder = 0
  75.     OnClick = ViewBtnClick
  76.   end
  77.   object ConfirmViewing: TBCCheckBox
  78.     Left = 8
  79.     Top = 160
  80.     Width = 211
  81.     Height = 17
  82.     Caption = 'Montrer ce dialogue au d'#233'marrage de la comparaison de fichiers'
  83.     TabOrder = 1
  84.     OnClick = ConfirmViewingClick
  85.   end
  86.   object ViewPicker: TComboBox
  87.     Left = 68
  88.     Top = 128
  89.     Width = 149
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     TabOrder = 2
  94.   end
  95.   object Timer1: TTimer
  96.     Interval = 500
  97.     OnTimer = Timer1Timer
  98.     Left = 224
  99.     Top = 120
  100.   end
  101. end
  102.